func crypto/internal/fips140/ed25519.newPublicKey

2 uses

	crypto/internal/fips140/ed25519 (current package)
		ed25519.go#L138: 	return newPublicKey(p, pub)
		ed25519.go#L141: func newPublicKey(pub *PublicKey, pubBytes []byte) (*PublicKey, error) {